/ Assembly List / LJCWinFormCommon / FormCommon / HandleNumber

Namespace - LJCWinFormCommon


Parameters
text - The text value.
keyChar - The key character.

Returns

true if number or control key; otherwise, false.

Syntax

C#
public static Boolean HandleNumber(String text, Char keyChar)

Checks the key character for a numeric or allowed control value.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.